home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / gnucal.zip / gcal_cfg.h.in < prev    next >
Text File  |  1995-12-09  |  5KB  |  210 lines

  1. #ifndef __GCAL_CFG_H
  2. #  define __GCAL_CFG_H
  3. /*
  4. *  gcal_cfg.h:  System and program specific preprocessor statements
  5. *
  6. *
  7. *  Copyright (C) 1994, 1995 Thomas Esken
  8. *
  9. *  This software doesn't claim completeness, correctness or usability.
  10. *  On principle I will not be liable for any damages or losses (implicit
  11. *  or explicit), which result from using or handling my software.
  12. *  If you use this software, you agree without any exception to this
  13. *  agreement, which binds you LEGALLY !!
  14. *
  15. *  This program is free software; you can redistribute it and/or modify
  16. *  it under the terms of the `GNU General Public License' as published by
  17. *  the `Free Software Foundation'; either version 2, or (at your option)
  18. *  any later version.
  19. *
  20. *  You should have received a copy of the `GNU General Public License'
  21. *  along with this program; if not, write to the:
  22. *    Free Software Foundation
  23. *    59 Temple Place, Suite 330
  24. *    Boston, MA 02111-1307  USA
  25. */
  26.  
  27.  
  28.  
  29. /*
  30. *  $Id: gcal_cfg.h 0.38 1995/12/09 00:03:08 tom Exp $
  31. */
  32.  
  33.  
  34.  
  35.  
  36. /* Define if on AIX 3.
  37.    System headers sometimes define this.
  38.    We just want to avoid a redefinition error message.  */
  39. #ifndef _ALL_SOURCE
  40. #undef _ALL_SOURCE
  41. #endif
  42.  
  43. /* Define to empty if the keyword does not work.  */
  44. #undef const
  45.  
  46. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  47. #undef HAVE_SYS_WAIT_H
  48.  
  49. /* Define if on MINIX.  */
  50. #undef _MINIX
  51.  
  52. /* Define to `int' if <sys/types.h> doesn't define.  */
  53. #undef pid_t
  54.  
  55. /* Define if the system does not provide POSIX.1 features except
  56.    with this defined.  */
  57. #undef _POSIX_1_SOURCE
  58.  
  59. /* Define if you need to in order for stat and other things to work.  */
  60. #undef _POSIX_SOURCE
  61.  
  62. /* Define if you have the ANSI C header files.  */
  63. #undef STDC_HEADERS
  64.  
  65. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  66. #undef TIME_WITH_SYS_TIME
  67.  
  68. /* Includes some debugging code.  */
  69. #undef DEBUG
  70.  
  71. /* Use given number for exit status on --help etc. (either 0 or 127).  */
  72. #undef EXIT_STAT_HLP
  73.  
  74. /* Use 1582 for the year the Gregorian reform have occured.  */
  75. #undef GREG_1582
  76.  
  77. /* Use 1752 for the year the Gregorian reform have occured.  */
  78. #undef GREG_1752
  79.  
  80. /* Function/macro isalnum() is found.  */
  81. #undef HAVE_ISALNUM
  82.  
  83. /* Function/macro isdigit() is found.  */
  84. #undef HAVE_ISDIGIT
  85.  
  86. /* Link -ltermcap to executable.  */
  87. #undef HAVE_LIBTERMCAP
  88.  
  89. /* Link -ltermlib instead of -ltermcap to executable.  */
  90. #undef HAVE_LIBTERMLIB
  91.  
  92. /* The ospeed variable is defined in -ltermcap or -ltermlib.  */
  93. #undef HAVE_OSPEED
  94.  
  95. /* Shell can interpret `#!' in first line of a shell script.  */
  96. #undef HAVE_SYS_INTERPRETER
  97.  
  98. /* All termios functions are available.  */
  99. #undef HAVE_TERMIOS_FUNCS
  100.  
  101. /* Type time_t is predefined.  */
  102. #undef HAVE_TIME_T
  103.  
  104. /* Functions/macros toupper(), tolower(), isupper() and islower() are found.  */
  105. #undef HAVE_UPPER_LOWER
  106.  
  107. /* Identifier void exists.  */
  108. #undef HAVE_VOID
  109.  
  110. /* We must declare the ospeed variable.  */
  111. #undef MUST_DCL_OSPEED
  112.  
  113. /* Enable main external pager program.  */
  114. #undef PAGER_PROG
  115.  
  116. /* Enable alternative external pager program.  */
  117. #undef PAGER2_PROG
  118.  
  119. /* Enable additional catholic holidays.  */
  120. #undef USE_CATH
  121.  
  122. /* Enable displaying using the extended ASCII character set.  */
  123. #undef USE_EASC
  124.  
  125. /* Enable German texts, holidays and calendar style.  */
  126. #undef USE_GER
  127.  
  128. /* Enable highlighting sequences.  */
  129. #undef USE_HLS
  130.  
  131. /* Enable simple, internal pager feature.  */
  132. #undef USE_PAGER
  133.  
  134. /* Enable fixed date warnings feature.  */
  135. #undef USE_RC
  136.  
  137. /* Enable U.S. specific holidays. Generally disabled if USE_GER is defined.  */
  138. #undef USE_USHDY
  139.  
  140. /* Define if you have the dup function.  */
  141. #undef HAVE_DUP
  142.  
  143. /* Define if you have the dup2 function.  */
  144. #undef HAVE_DUP2
  145.  
  146. /* Define if you have the strchr function.  */
  147. #undef HAVE_STRCHR
  148.  
  149. /* Define if you have the strrchr function.  */
  150. #undef HAVE_STRRCHR
  151.  
  152. /* Define if you have the strstr function.  */
  153. #undef HAVE_STRSTR
  154.  
  155. /* Define if you have the strtol function.  */
  156. #undef HAVE_STRTOL
  157.  
  158. /* Define if you have the <assert.h> header file.  */
  159. #undef HAVE_ASSERT_H
  160.  
  161. /* Define if you have the <ctype.h> header file.  */
  162. #undef HAVE_CTYPE_H
  163.  
  164. /* Define if you have the <fcntl.h> header file.  */
  165. #undef HAVE_FCNTL_H
  166.  
  167. /* Define if you have the <sgtty.h> header file.  */
  168. #undef HAVE_SGTTY_H
  169.  
  170. /* Define if you have the <signal.h> header file.  */
  171. #undef HAVE_SIGNAL_H
  172.  
  173. /* Define if you have the <stdio.h> header file.  */
  174. #undef HAVE_STDIO_H
  175.  
  176. /* Define if you have the <stdlib.h> header file.  */
  177. #undef HAVE_STDLIB_H
  178.  
  179. /* Define if you have the <string.h> header file.  */
  180. #undef HAVE_STRING_H
  181.  
  182. /* Define if you have the <sys/ioctl.h> header file.  */
  183. #undef HAVE_SYS_IOCTL_H
  184.  
  185. /* Define if you have the <sys/ptem.h> header file.  */
  186. #undef HAVE_SYS_PTEM_H
  187.  
  188. /* Define if you have the <sys/stream.h> header file.  */
  189. #undef HAVE_SYS_STREAM_H
  190.  
  191. /* Define if you have the <sys/time.h> header file.  */
  192. #undef HAVE_SYS_TIME_H
  193.  
  194. /* Define if you have the <sys/types.h> header file.  */
  195. #undef HAVE_SYS_TYPES_H
  196.  
  197. /* Define if you have the <termcap.h> header file.  */
  198. #undef HAVE_TERMCAP_H
  199.  
  200. /* Define if you have the <termio.h> header file.  */
  201. #undef HAVE_TERMIO_H
  202.  
  203. /* Define if you have the <termios.h> header file.  */
  204. #undef HAVE_TERMIOS_H
  205.  
  206. /* Define if you have the <unistd.h> header file.  */
  207. #undef HAVE_UNISTD_H
  208.  
  209. #endif /* __GCAL_CFG_H */
  210.